home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / python-support / python2.6 / rdflib / sparql / bison / IRIRef.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  1.1 KB  |  25 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. """
  5. DatasetClause ::= 'FROM' ( IRIref | 'NAMED' IRIref )
  6. See: http://www.w3.org/TR/rdf-sparql-query/#specifyingDataset
  7.  
  8. 'A SPARQL query may specify the dataset to be used for matching.  The FROM clauses
  9. give IRIs that the query processor can use to create the default graph and the
  10. FROM NAMED clause can be used to specify named graphs. '
  11. """
  12. from rdflib import URIRef
  13.  
  14. class IRIRef(URIRef):
  15.     pass
  16.  
  17.  
  18. class RemoteGraph(URIRef):
  19.     pass
  20.  
  21.  
  22. class NamedGraph(IRIRef):
  23.     pass
  24.  
  25.